Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed scrollbars and reduced first responder juggling #2327

Merged
merged 5 commits into from
Oct 19, 2024

Conversation

Amzd
Copy link
Collaborator

@Amzd Amzd commented Oct 19, 2024

closes #2323

@Amzd Amzd requested a review from r10s October 19, 2024 06:59
@Amzd Amzd marked this pull request as ready for review October 19, 2024 07:16
Copy link
Member

@r10s r10s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks a lot for taking care! ❤️ this fixes all the issues i discovered after #2315 got merged!

also the code looks excellent and understandable to me, and also makes sense to me. i suggest to merge this PR as it fixes blocking issues.

for the testing: how can i start this testing in iOS? maybe we can add some hints to the README

@@ -2,7 +2,7 @@ import UIKit
import DcCore

public class DraftArea: UIView, InputItem {
public var inputBarAccessoryView: InputBarAccessoryView?
public weak var inputBarAccessoryView: InputBarAccessoryView?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch! excellent!

@Amzd
Copy link
Collaborator Author

Amzd commented Oct 19, 2024

for the testing: how can i start this testing in iOS? maybe we can add some hints to the README

That was not intended to be included in this PR, it is not fully done yet. There is some issues I still need to figure out.

@Amzd Amzd requested a review from r10s October 19, 2024 11:32
@Amzd Amzd merged commit 94c35df into deltachat:main Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

minor side effects of "ScrollView jumping improvements"
2 participants